Html Css Color HEX #B2C341 Celery

📋 copy color: '#B2C341'

red 178 ◦ green 195 ◦ blue 65

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

Shades of Celery #B2C341

Tints of Celery #B2C341

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.52%

 BLUE value IS 65 (25.78% from 255) = 14.84%

R = 40.64%
G = 44.52%
B = 14.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#B2C341 (or 0xB2C341) is known color: Celery. HEX triplet: B2, C3 and 41. RGB value is (178,195,65). Sum of RGB (Red+Green+Blue) = 178+195+65=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C341 is #4D3CBE. Grayscale: #AFAFAF. Windows color (decimal): -5061823 or 4309938. OLE color: 4309938.

HSL color Cylindrical-coordinate representation of color #B2C341: hue angle of 67.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2C341 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 65 -
CMYK 0.09 0 0.67 0.24
HSL 67.85º 0.52% 0.51% -
HSV(B) 67.85º 0.67% 0.76% -
XYZ 38.83 48.88 12.39 -
YUV 175.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 178 195 65 0.09 0 0.67 0.24 67.85 0.52 0.51
Hex B2 C3 41 9 0 43 18 44 34 33
Octal 262 303 101 11 0 103 30 104 64 63
Binary 10110010 11000011 1000001 1001 0 1000011 11000 1000100 110100 110011

Color Harmonies of #B2C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C341

Black with #B2C341

Text Example


Text Example

White with #B2C341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C341; }

 p { color: rgb(178,195,65); }

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

background-color css

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

 a { background-color: rgb(178,195,65); }

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

border-color css

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

 span { border-color: rgb(178,195,65); }

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