Html Css Color HEX #B2CB4B Celery

📋 copy color: '#B2CB4B'

red 178 ◦ green 203 ◦ blue 75

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

Shades of Celery #B2CB4B

Tints of Celery #B2CB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.45%

R = 39.04%
G = 44.52%
B = 16.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#B2CB4B (or 0xB2CB4B) is known color: Celery. HEX triplet: B2, CB and 4B. RGB value is (178,203,75). Sum of RGB (Red+Green+Blue) = 178+203+75=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB4B is #4D34B4. Grayscale: #B5B5B5. Windows color (decimal): -5059765 or 4967346. OLE color: 4967346.

HSL color Cylindrical-coordinate representation of color #B2CB4B: hue angle of 71.72º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2CB4B is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 203 75 -
CMYK 0.12 0 0.63 0.20
HSL 71.72º 0.55% 0.55% -
HSV(B) 71.72º 0.63% 0.8% -
XYZ 40.99 52.68 14.67 -
YUV 180.93 68.22 125.91 -
System Red Green Blue C M Y K H S L
Decimal 178 203 75 0.12 0 0.63 0.20 71.72 0.55 0.55
Hex B2 CB 4B C 0 3F 14 48 37 37
Octal 262 313 113 14 0 77 24 110 67 67
Binary 10110010 11001011 1001011 1100 0 111111 10100 1001000 110111 110111

Color Harmonies of #B2CB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CB4B

Black with #B2CB4B

Text Example


Text Example

White with #B2CB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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