#BDCC4A

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

Shades of Celery #BDCC4A

Tints of Celery #BDCC4A

Color information

#BDCC4A (or 0xBDCC4A) is unknown color: approx Celery. HEX triplet: BD, CC and 4A. RGB value is (189,204,74). Sum of RGB (Red+Green+Blue) = 189+204+74=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCC4A is #4233B5. Grayscale: #B9B9B9. Windows color (decimal): -4338614 or 4902077. OLE color: 4902077.

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

Color convert

RGB18920474-
CMYK0.0700.640.2
HSL66.92º56.03%54.51%-
HSV(B)66.92º63.73%80%-
XYZ43.8254.514.69-
YUV184.765.53131.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 204 (80.08% from 255) = 43.68%
BLUE value IS 74 (29.30% from 255) = 15.85%
R=40.47%
G=43.68%
B=15.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal189204740.0700.640.266.9256.0354.51
HexBDCC4A704014433837
Octal27531411270100241037067
Binary1011110111001100100101011101000000101001000011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC4A; }

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

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

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

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

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

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

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

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