Html Css Color HEX #BDC012 La Rioja

📋 copy color: '#BDC012'

red 189 ◦ green 192 ◦ blue 18

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

Shades of La Rioja #BDC012

Tints of La Rioja #BDC012

RGB

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

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

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

R = 47.37%
G = 48.12%
B = 4.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BDC012 (or 0xBDC012) is known color: La Rioja. HEX triplet: BD, C0 and 12. RGB value is (189,192,18). Sum of RGB (Red+Green+Blue) = 189+192+18=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC012 is #423FED. Grayscale: #ABABAB. Windows color (decimal): -4341742 or 1228989. OLE color: 1228989.

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

Color convert

RGB 189 192 18 -
CMYK 0.02 0 0.91 0.25
HSL 61.03º 0.83% 0.41% -
HSV(B) 61.03º 0.91% 0.75% -
XYZ 39.95 48.56 7.84 -
YUV 171.27 41.51 140.65 -
System Red Green Blue C M Y K H S L
Decimal 189 192 18 0.02 0 0.91 0.25 61.03 0.83 0.41
Hex BD C0 12 2 0 5B 19 3D 53 29
Octal 275 300 22 2 0 133 31 75 123 51
Binary 10111101 11000000 10010 10 0 1011011 11001 111101 1010011 101001

Color Harmonies of #BDC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC012

Black with #BDC012

Text Example


Text Example

White with #BDC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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