Html Css Color HEX #B2CB3E Celery

📋 copy color: '#B2CB3E'

red 178 ◦ green 203 ◦ blue 62

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

Shades of Celery #B2CB3E

Tints of Celery #B2CB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14%

R = 40.18%
G = 45.82%
B = 14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#B2CB3E (or 0xB2CB3E) is known color: Celery. HEX triplet: B2, CB and 3E. RGB value is (178,203,62). Sum of RGB (Red+Green+Blue) = 178+203+62=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB3E is #4D34C1. Grayscale: #B3B3B3. Windows color (decimal): -5059778 or 4115378. OLE color: 4115378.

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

Color convert

RGB 178 203 62 -
CMYK 0.12 0 0.69 0.20
HSL 70.64º 0.58% 0.52% -
HSV(B) 70.64º 0.69% 0.8% -
XYZ 40.59 52.52 12.56 -
YUV 179.45 61.72 126.96 -
System Red Green Blue C M Y K H S L
Decimal 178 203 62 0.12 0 0.69 0.20 70.64 0.58 0.52
Hex B2 CB 3E C 0 45 14 47 3A 34
Octal 262 313 76 14 0 105 24 107 72 64
Binary 10110010 11001011 111110 1100 0 1000101 10100 1000111 111010 110100

Color Harmonies of #B2CB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CB3E

Black with #B2CB3E

Text Example


Text Example

White with #B2CB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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