Html Css Color HEX #BDCC0C La Rioja

📋 copy color: '#BDCC0C'

red 189 ◦ green 204 ◦ blue 12

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

Shades of La Rioja #BDCC0C

Tints of La Rioja #BDCC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 46.67%
G = 50.37%
B = 2.96%

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

#BDCC0C (or 0xBDCC0C) is known color: La Rioja. HEX triplet: BD, CC and 0C. RGB value is (189,204,12). Sum of RGB (Red+Green+Blue) = 189+204+12=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCC0C is #4233F3. Grayscale: #B2B2B2. Windows color (decimal): -4338676 or 838845. OLE color: 838845.

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

Color convert

RGB 189 204 12 -
CMYK 0.07 0 0.94 0.2
HSL 64.69º 0.89% 0.42% -
HSV(B) 64.69º 0.94% 0.8% -
XYZ 42.65 54.03 8.53 -
YUV 177.63 34.53 136.11 -
System Red Green Blue C M Y K H S L
Decimal 189 204 12 0.07 0 0.94 0.2 64.69 0.89 0.42
Hex BD CC C 7 0 5E 14 41 59 2A
Octal 275 314 14 7 0 136 24 101 131 52
Binary 10111101 11001100 1100 111 0 1011110 10100 1000001 1011001 101010

Color Harmonies of #BDCC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC0C

Black with #BDCC0C

Text Example


Text Example

White with #BDCC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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