#BDC007

Color #BDC007 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BDC007

Tints of La Rioja #BDC007

Color information

#BDC007 (or 0xBDC007) is unknown color: approx La Rioja. HEX triplet: BD, C0 and 07. RGB value is (189,192,7). Sum of RGB (Red+Green+Blue) = 189+192+7=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC007 is #423FF8. Grayscale: #AAAAAA. Windows color (decimal): -4341753 or 508093. OLE color: 508093.

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

Color convert

RGB1891927-
CMYK0.0200.960.25
HSL60.97º92.96%39.02%-
HSV(B)60.97º96.35%75.29%-
XYZ39.8748.537.47-
YUV170.0136.01141.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 192 (75.39% from 255) = 49.48%
BLUE value IS 7 (3.12% from 255) = 1.80%
R=48.71%
G=49.48%
B=1.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18919270.0200.960.2560.9792.9639.02
HexBDC072060193d5d27
Octal275300720140317513547
Binary10111101110000001111001100000110011111011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC007; }

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

 H1.HeaderClassName
 {
   color: #BDC007;
 }
 .AnyTagClassName
 {
   color: #BDC007;
 }
</style>
background-color css

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

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

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

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

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

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