Html Css Color HEX #BDC211 La Rioja

📋 copy color: '#BDC211'

red 189 ◦ green 194 ◦ blue 17

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

Shades of La Rioja #BDC211

Tints of La Rioja #BDC211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.5%

 BLUE value IS 17 (7.03% from 255) = 4.25%

R = 47.25%
G = 48.5%
B = 4.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#BDC211 (or 0xBDC211) is known color: La Rioja. HEX triplet: BD, C2 and 11. RGB value is (189,194,17). Sum of RGB (Red+Green+Blue) = 189+194+17=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC211 is #423DEE. Grayscale: #ADADAD. Windows color (decimal): -4341231 or 1163965. OLE color: 1163965.

HSL color Cylindrical-coordinate representation of color #BDC211: hue angle of 61.69º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDC211 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 17 -
CMYK 0.03 0 0.91 0.24
HSL 61.69º 0.84% 0.41% -
HSV(B) 61.69º 0.91% 0.76% -
XYZ 40.38 49.44 7.95 -
YUV 172.33 40.34 139.89 -
System Red Green Blue C M Y K H S L
Decimal 189 194 17 0.03 0 0.91 0.24 61.69 0.84 0.41
Hex BD C2 11 3 0 5B 18 3E 54 29
Octal 275 302 21 3 0 133 30 76 124 51
Binary 10111101 11000010 10001 11 0 1011011 11000 111110 1010100 101001

Color Harmonies of #BDC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC211

Black with #BDC211

Text Example


Text Example

White with #BDC211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC211; }

 p { color: rgb(189,194,17); }

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

background-color css

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

 a { background-color: rgb(189,194,17); }

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

border-color css

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

 span { border-color: rgb(189,194,17); }

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