Html Css Color HEX #B2CB42 Celery

📋 copy color: '#B2CB42'

red 178 ◦ green 203 ◦ blue 66

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

Shades of Celery #B2CB42

Tints of Celery #B2CB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.77%

R = 39.82%
G = 45.41%
B = 14.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#B2CB42 (or 0xB2CB42) is known color: Celery. HEX triplet: B2, CB and 42. RGB value is (178,203,66). Sum of RGB (Red+Green+Blue) = 178+203+66=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB42 is #4D34BD. Grayscale: #B4B4B4. Windows color (decimal): -5059774 or 4377522. OLE color: 4377522.

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

Color convert

RGB 178 203 66 -
CMYK 0.12 0 0.67 0.20
HSL 70.95º 0.57% 0.53% -
HSV(B) 70.95º 0.67% 0.8% -
XYZ 40.7 52.57 13.16 -
YUV 179.91 63.72 126.64 -
System Red Green Blue C M Y K H S L
Decimal 178 203 66 0.12 0 0.67 0.20 70.95 0.57 0.53
Hex B2 CB 42 C 0 43 14 47 39 35
Octal 262 313 102 14 0 103 24 107 71 65
Binary 10110010 11001011 1000010 1100 0 1000011 10100 1000111 111001 110101

Color Harmonies of #B2CB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CB42

Black with #B2CB42

Text Example


Text Example

White with #B2CB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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