Html Css Color HEX #BDC011 La Rioja

📋 copy color: '#BDC011'

red 189 ◦ green 192 ◦ blue 17

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

Shades of La Rioja #BDC011

Tints of La Rioja #BDC011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.27%

R = 47.49%
G = 48.24%
B = 4.27%

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

#BDC011 (or 0xBDC011) is known color: La Rioja. HEX triplet: BD, C0 and 11. RGB value is (189,192,17). Sum of RGB (Red+Green+Blue) = 189+192+17=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC011 is #423FEE. Grayscale: #ABABAB. Windows color (decimal): -4341743 or 1163453. OLE color: 1163453.

HSL color Cylindrical-coordinate representation of color #BDC011: hue angle of 61.03º degrees, saturation: 0.84, 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 #BDC011 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 17 -
CMYK 0.02 0 0.91 0.25
HSL 61.03º 0.84% 0.41% -
HSV(B) 61.03º 0.91% 0.75% -
XYZ 39.94 48.56 7.8 -
YUV 171.15 41.01 140.73 -
System Red Green Blue C M Y K H S L
Decimal 189 192 17 0.02 0 0.91 0.25 61.03 0.84 0.41
Hex BD C0 11 2 0 5B 19 3D 54 29
Octal 275 300 21 2 0 133 31 75 124 51
Binary 10111101 11000000 10001 10 0 1011011 11001 111101 1010100 101001

Color Harmonies of #BDC011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC011

Black with #BDC011

Text Example


Text Example

White with #BDC011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC011; }

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

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

background-color css

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

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

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

border-color css

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

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

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