Html Css Color HEX #BDC216 La Rioja

📋 copy color: '#BDC216'

red 189 ◦ green 194 ◦ blue 22

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

Shades of La Rioja #BDC216

Tints of La Rioja #BDC216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.43%

R = 46.67%
G = 47.9%
B = 5.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#BDC216 (or 0xBDC216) is known color: La Rioja. HEX triplet: BD, C2 and 16. RGB value is (189,194,22). Sum of RGB (Red+Green+Blue) = 189+194+22=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC216 is #423DE9. Grayscale: #ADADAD. Windows color (decimal): -4341226 or 1491645. OLE color: 1491645.

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

Color convert

RGB 189 194 22 -
CMYK 0.03 0 0.89 0.24
HSL 61.74º 0.8% 0.42% -
HSV(B) 61.74º 0.89% 0.76% -
XYZ 40.42 49.46 8.18 -
YUV 172.9 42.84 139.49 -
System Red Green Blue C M Y K H S L
Decimal 189 194 22 0.03 0 0.89 0.24 61.74 0.8 0.42
Hex BD C2 16 3 0 59 18 3E 50 2A
Octal 275 302 26 3 0 131 30 76 120 52
Binary 10111101 11000010 10110 11 0 1011001 11000 111110 1010000 101010

Color Harmonies of #BDC216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC216

Black with #BDC216

Text Example


Text Example

White with #BDC216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC216; }

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

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

background-color css

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

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

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

border-color css

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

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

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