Html Css Color HEX #B2CB40 Celery

📋 copy color: '#B2CB40'

red 178 ◦ green 203 ◦ blue 64

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

Shades of Celery #B2CB40

Tints of Celery #B2CB40

RGB

 RED value IS 178 (69.92% from 255) = 40%

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

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

R = 40%
G = 45.62%
B = 14.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#B2CB40 (or 0xB2CB40) is known color: Celery. HEX triplet: B2, CB and 40. RGB value is (178,203,64). Sum of RGB (Red+Green+Blue) = 178+203+64=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB40 is #4D34BF. Grayscale: #B4B4B4. Windows color (decimal): -5059776 or 4246450. OLE color: 4246450.

HSL color Cylindrical-coordinate representation of color #B2CB40: hue angle of 70.79º 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 #B2CB40 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 203 64 -
CMYK 0.12 0 0.68 0.20
HSL 70.79º 0.57% 0.52% -
HSV(B) 70.79º 0.68% 0.8% -
XYZ 40.64 52.55 12.85 -
YUV 179.68 62.72 126.8 -
System Red Green Blue C M Y K H S L
Decimal 178 203 64 0.12 0 0.68 0.20 70.79 0.57 0.52
Hex B2 CB 40 C 0 44 14 47 39 34
Octal 262 313 100 14 0 104 24 107 71 64
Binary 10110010 11001011 1000000 1100 0 1000100 10100 1000111 111001 110100

Color Harmonies of #B2CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CB40

Black with #B2CB40

Text Example


Text Example

White with #B2CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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