Html Css Color HEX #BDC612 La Rioja

📋 copy color: '#BDC612'

red 189 ◦ green 198 ◦ blue 18

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

Shades of La Rioja #BDC612

Tints of La Rioja #BDC612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.89%

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

R = 46.67%
G = 48.89%
B = 4.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#BDC612 (or 0xBDC612) is known color: La Rioja. HEX triplet: BD, C6 and 12. RGB value is (189,198,18). Sum of RGB (Red+Green+Blue) = 189+198+18=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC612 is #4239ED. Grayscale: #AFAFAF. Windows color (decimal): -4340206 or 1230525. OLE color: 1230525.

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

Color convert

RGB 189 198 18 -
CMYK 0.05 0 0.91 0.22
HSL 63º 0.83% 0.42% -
HSV(B) 63º 0.91% 0.78% -
XYZ 41.29 51.25 8.29 -
YUV 174.79 39.52 138.14 -
System Red Green Blue C M Y K H S L
Decimal 189 198 18 0.05 0 0.91 0.22 63 0.83 0.42
Hex BD C6 12 5 0 5B 16 3F 53 2A
Octal 275 306 22 5 0 133 26 77 123 52
Binary 10111101 11000110 10010 101 0 1011011 10110 111111 1010011 101010

Color Harmonies of #BDC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC612

Black with #BDC612

Text Example


Text Example

White with #BDC612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC612; }

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

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

background-color css

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

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

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

border-color css

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

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

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