Html Css Color HEX #BDC312 La Rioja

📋 copy color: '#BDC312'

red 189 ◦ green 195 ◦ blue 18

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

Shades of La Rioja #BDC312

Tints of La Rioja #BDC312

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.51%

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

R = 47.01%
G = 48.51%
B = 4.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#BDC312 (or 0xBDC312) is known color: La Rioja. HEX triplet: BD, C3 and 12. RGB value is (189,195,18). Sum of RGB (Red+Green+Blue) = 189+195+18=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC312 is #423CED. Grayscale: #ADADAD. Windows color (decimal): -4340974 or 1229757. OLE color: 1229757.

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

Color convert

RGB 189 195 18 -
CMYK 0.03 0 0.91 0.24
HSL 62.03º 0.83% 0.42% -
HSV(B) 62.03º 0.91% 0.76% -
XYZ 40.61 49.89 8.06 -
YUV 173.03 40.51 139.39 -
System Red Green Blue C M Y K H S L
Decimal 189 195 18 0.03 0 0.91 0.24 62.03 0.83 0.42
Hex BD C3 12 3 0 5B 18 3E 53 2A
Octal 275 303 22 3 0 133 30 76 123 52
Binary 10111101 11000011 10010 11 0 1011011 11000 111110 1010011 101010

Color Harmonies of #BDC312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC312

Black with #BDC312

Text Example


Text Example

White with #BDC312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC312; }

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

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

background-color css

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

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

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

border-color css

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

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

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