#BDCC45

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

Shades of Celery #BDCC45

Tints of Celery #BDCC45

Color information

#BDCC45 (or 0xBDCC45) is unknown color: approx Celery. HEX triplet: BD, CC and 45. RGB value is (189,204,69). Sum of RGB (Red+Green+Blue) = 189+204+69=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCC45 is #4233BA. Grayscale: #B8B8B8. Windows color (decimal): -4338619 or 4574397. OLE color: 4574397.

HSL color Cylindrical-coordinate representation of color #BDCC45: hue angle of 66.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDCC45 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB18920469-
CMYK0.0700.660.2
HSL66.67º56.96%53.53%-
HSV(B)66.67º66.18%80%-
XYZ43.6554.4313.84-
YUV184.1263.03131.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 204 (80.08% from 255) = 44.16%
BLUE value IS 69 (27.34% from 255) = 14.94%
R=40.91%
G=44.16%
B=14.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal189204690.0700.660.266.6756.9653.53
HexBDCC45704214433936
Octal27531410570102241037166
Binary1011110111001100100010111101000010101001000011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC45; }

 p { color: rgb(189,204,69); }

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

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

 a { background-color: rgb(189,204,69); }

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

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

 span { border-color: rgb(189,204,69); }

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