Html Css Color HEX #BDC212 La Rioja

📋 copy color: '#BDC212'

red 189 ◦ green 194 ◦ blue 18

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

Shades of La Rioja #BDC212

Tints of La Rioja #BDC212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.49%

R = 47.13%
G = 48.38%
B = 4.49%

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

#BDC212 (or 0xBDC212) is known color: La Rioja. HEX triplet: BD, C2 and 12. RGB value is (189,194,18). Sum of RGB (Red+Green+Blue) = 189+194+18=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC212 is #423DED. Grayscale: #ADADAD. Windows color (decimal): -4341230 or 1229501. OLE color: 1229501.

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

Color convert

RGB 189 194 18 -
CMYK 0.03 0 0.91 0.24
HSL 61.7º 0.83% 0.42% -
HSV(B) 61.7º 0.91% 0.76% -
XYZ 40.39 49.45 7.99 -
YUV 172.44 40.84 139.81 -
System Red Green Blue C M Y K H S L
Decimal 189 194 18 0.03 0 0.91 0.24 61.7 0.83 0.42
Hex BD C2 12 3 0 5B 18 3E 53 2A
Octal 275 302 22 3 0 133 30 76 123 52
Binary 10111101 11000010 10010 11 0 1011011 11000 111110 1010011 101010

Color Harmonies of #BDC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC212

Black with #BDC212

Text Example


Text Example

White with #BDC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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