Html Css Color HEX #BCCB40 Celery

📋 copy color: '#BCCB40'

red 188 ◦ green 203 ◦ blue 64

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

Shades of Celery #BCCB40

Tints of Celery #BCCB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.07%

R = 41.32%
G = 44.62%
B = 14.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#BCCB40 (or 0xBCCB40) is known color: Celery. HEX triplet: BC, CB and 40. RGB value is (188,203,64). Sum of RGB (Red+Green+Blue) = 188+203+64=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB40 is #4334BF. Grayscale: #B7B7B7. Windows color (decimal): -4404416 or 4246460. OLE color: 4246460.

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

Color convert

RGB 188 203 64 -
CMYK 0.07 0 0.68 0.20
HSL 66.47º 0.57% 0.52% -
HSV(B) 66.47º 0.68% 0.8% -
XYZ 43.02 53.77 12.96 -
YUV 182.67 61.03 131.8 -
System Red Green Blue C M Y K H S L
Decimal 188 203 64 0.07 0 0.68 0.20 66.47 0.57 0.52
Hex BC CB 40 7 0 44 14 42 39 34
Octal 274 313 100 7 0 104 24 102 71 64
Binary 10111100 11001011 1000000 111 0 1000100 10100 1000010 111001 110100

Color Harmonies of #BCCB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB40

Black with #BCCB40

Text Example


Text Example

White with #BCCB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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