Html Css Color HEX #BCCB45 Celery

📋 copy color: '#BCCB45'

red 188 ◦ green 203 ◦ blue 69

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

Shades of Celery #BCCB45

Tints of Celery #BCCB45

RGB

 RED value IS 188 (73.83% from 255) = 40.87%

 GREEN value IS 203 (79.69% from 255) = 44.13%

 BLUE value IS 69 (27.34% from 255) = 15%

R = 40.87%
G = 44.13%
B = 15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#BCCB45 (or 0xBCCB45) is known color: Celery. HEX triplet: BC, CB and 45. RGB value is (188,203,69). Sum of RGB (Red+Green+Blue) = 188+203+69=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB45 is #4334BA. Grayscale: #B7B7B7. Windows color (decimal): -4404411 or 4574140. OLE color: 4574140.

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

Color convert

RGB 188 203 69 -
CMYK 0.07 0 0.66 0.20
HSL 66.72º 0.56% 0.53% -
HSV(B) 66.72º 0.66% 0.8% -
XYZ 43.17 53.83 13.75 -
YUV 183.24 63.53 131.4 -
System Red Green Blue C M Y K H S L
Decimal 188 203 69 0.07 0 0.66 0.20 66.72 0.56 0.53
Hex BC CB 45 7 0 42 14 43 38 35
Octal 274 313 105 7 0 102 24 103 70 65
Binary 10111100 11001011 1000101 111 0 1000010 10100 1000011 111000 110101

Color Harmonies of #BCCB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB45

Black with #BCCB45

Text Example


Text Example

White with #BCCB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB45; }

 p { color: rgb(188,203,69); }

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

background-color css

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

 a { background-color: rgb(188,203,69); }

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

border-color css

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

 span { border-color: rgb(188,203,69); }

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