Html Css Color HEX #BDC016 La Rioja

📋 copy color: '#BDC016'

red 189 ◦ green 192 ◦ blue 22

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

Shades of La Rioja #BDC016

Tints of La Rioja #BDC016

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.64%

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

R = 46.9%
G = 47.64%
B = 5.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BDC016 (or 0xBDC016) is known color: La Rioja. HEX triplet: BD, C0 and 16. RGB value is (189,192,22). Sum of RGB (Red+Green+Blue) = 189+192+22=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC016 is #423FE9. Grayscale: #ACACAC. Windows color (decimal): -4341738 or 1491133. OLE color: 1491133.

HSL color Cylindrical-coordinate representation of color #BDC016: hue angle of 61.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDC016 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 22 -
CMYK 0.02 0 0.89 0.25
HSL 61.06º 0.79% 0.42% -
HSV(B) 61.06º 0.89% 0.75% -
XYZ 39.98 48.58 8.03 -
YUV 171.72 43.51 140.32 -
System Red Green Blue C M Y K H S L
Decimal 189 192 22 0.02 0 0.89 0.25 61.06 0.79 0.42
Hex BD C0 16 2 0 59 19 3D 4F 2A
Octal 275 300 26 2 0 131 31 75 117 52
Binary 10111101 11000000 10110 10 0 1011001 11001 111101 1001111 101010

Color Harmonies of #BDC016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC016

Black with #BDC016

Text Example


Text Example

White with #BDC016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC016; }

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

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

background-color css

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

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

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

border-color css

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

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

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