Html Css Color HEX #BDC213 La Rioja

📋 copy color: '#BDC213'

red 189 ◦ green 194 ◦ blue 19

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

Shades of La Rioja #BDC213

Tints of La Rioja #BDC213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 47.01%
G = 48.26%
B = 4.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#BDC213 (or 0xBDC213) is known color: La Rioja. HEX triplet: BD, C2 and 13. RGB value is (189,194,19). Sum of RGB (Red+Green+Blue) = 189+194+19=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC213 is #423DEC. Grayscale: #ADADAD. Windows color (decimal): -4341229 or 1295037. OLE color: 1295037.

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

Color convert

RGB 189 194 19 -
CMYK 0.03 0 0.90 0.24
HSL 61.71º 0.82% 0.42% -
HSV(B) 61.71º 0.9% 0.76% -
XYZ 40.4 49.45 8.03 -
YUV 172.56 41.34 139.73 -
System Red Green Blue C M Y K H S L
Decimal 189 194 19 0.03 0 0.90 0.24 61.71 0.82 0.42
Hex BD C2 13 3 0 5A 18 3E 52 2A
Octal 275 302 23 3 0 132 30 76 122 52
Binary 10111101 11000010 10011 11 0 1011010 11000 111110 1010010 101010

Color Harmonies of #BDC213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC213

Black with #BDC213

Text Example


Text Example

White with #BDC213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC213; }

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

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

background-color css

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

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

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

border-color css

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

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

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