Html Css Color HEX #BDCC0B La Rioja

📋 copy color: '#BDCC0B'

red 189 ◦ green 204 ◦ blue 11

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

Shades of La Rioja #BDCC0B

Tints of La Rioja #BDCC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.72%

R = 46.78%
G = 50.5%
B = 2.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#BDCC0B (or 0xBDCC0B) is known color: La Rioja. HEX triplet: BD, CC and 0B. RGB value is (189,204,11). Sum of RGB (Red+Green+Blue) = 189+204+11=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCC0B is #4233F4. Grayscale: #B2B2B2. Windows color (decimal): -4338677 or 773309. OLE color: 773309.

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

Color convert

RGB 189 204 11 -
CMYK 0.07 0 0.95 0.2
HSL 64.66º 0.9% 0.42% -
HSV(B) 64.66º 0.95% 0.8% -
XYZ 42.64 54.03 8.5 -
YUV 177.51 34.03 136.19 -
System Red Green Blue C M Y K H S L
Decimal 189 204 11 0.07 0 0.95 0.2 64.66 0.9 0.42
Hex BD CC B 7 0 5F 14 41 5A 2A
Octal 275 314 13 7 0 137 24 101 132 52
Binary 10111101 11001100 1011 111 0 1011111 10100 1000001 1011010 101010

Color Harmonies of #BDCC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC0B

Black with #BDCC0B

Text Example


Text Example

White with #BDCC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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