Html Css Color HEX #BDCC0D La Rioja

📋 copy color: '#BDCC0D'

red 189 ◦ green 204 ◦ blue 13

#BDCC0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BDCC0D

Tints of La Rioja #BDCC0D

RGB

 RED value IS 189 (74.22% from 255) = 46.55%

 GREEN value IS 204 (80.08% from 255) = 50.25%

 BLUE value IS 13 (5.47% from 255) = 3.2%

R = 46.55%
G = 50.25%
B = 3.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDCC0D (or 0xBDCC0D) is known color: La Rioja. HEX triplet: BD, CC and 0D. RGB value is (189,204,13). Sum of RGB (Red+Green+Blue) = 189+204+13=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCC0D is #4233F2. Grayscale: #B2B2B2. Windows color (decimal): -4338675 or 904381. OLE color: 904381.

HSL color Cylindrical-coordinate representation of color #BDCC0D: hue angle of 64.71º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDCC0D is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 13 -
CMYK 0.07 0 0.94 0.2
HSL 64.71º 0.88% 0.43% -
HSV(B) 64.71º 0.94% 0.8% -
XYZ 42.65 54.03 8.56 -
YUV 177.74 35.03 136.03 -
System Red Green Blue C M Y K H S L
Decimal 189 204 13 0.07 0 0.94 0.2 64.71 0.88 0.43
Hex BD CC D 7 0 5E 14 41 58 2B
Octal 275 314 15 7 0 136 24 101 130 53
Binary 10111101 11001100 1101 111 0 1011110 10100 1000001 1011000 101011

Color Harmonies of #BDCC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC0D

Black with #BDCC0D

Text Example


Text Example

White with #BDCC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC0D; }

 p { color: rgb(189,204,13); }

 H1.HeaderClassName
 {
   color: #BDCC0D;
 }
 .AnyTagClassName
 {
   color: #BDCC0D;
 }
</style>

background-color css

<style>
 a { background-color: #BDCC0D; }

 a { background-color: rgb(189,204,13); }

 div.DivClassName
 {
   background-color: #BDCC0D;
 }
 .BgClassName
 {
   background-color: #BDCC0D;
 }
</style>

border-color css

<style>
 span { border-color: #BDCC0D; }

 span { border-color: rgb(189,204,13); }

 td.TdClassName
 {
   border-color: #BDCC0D;
 }
 .TagClassName
 {
   border-color: #BDCC0D;
 }
</style>