Html Css Color HEX #BDC812 La Rioja

📋 copy color: '#BDC812'

red 189 ◦ green 200 ◦ blue 18

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

Shades of La Rioja #BDC812

Tints of La Rioja #BDC812

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.14%

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

R = 46.44%
G = 49.14%
B = 4.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#BDC812 (or 0xBDC812) is known color: La Rioja. HEX triplet: BD, C8 and 12. RGB value is (189,200,18). Sum of RGB (Red+Green+Blue) = 189+200+18=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC812 is #4237ED. Grayscale: #B0B0B0. Windows color (decimal): -4339694 or 1231037. OLE color: 1231037.

HSL color Cylindrical-coordinate representation of color #BDC812: hue angle of 63.63º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDC812 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 18 -
CMYK 0.06 0 0.91 0.22
HSL 63.63º 0.83% 0.43% -
HSV(B) 63.63º 0.91% 0.78% -
XYZ 41.75 52.17 8.44 -
YUV 175.96 38.86 137.3 -
System Red Green Blue C M Y K H S L
Decimal 189 200 18 0.06 0 0.91 0.22 63.63 0.83 0.43
Hex BD C8 12 6 0 5B 16 40 53 2B
Octal 275 310 22 6 0 133 26 100 123 53
Binary 10111101 11001000 10010 110 0 1011011 10110 1000000 1010011 101011

Color Harmonies of #BDC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC812

Black with #BDC812

Text Example


Text Example

White with #BDC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC812; }

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

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

background-color css

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

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

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

border-color css

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

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

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