Html Css Color HEX #B2BD40 Celery

📋 copy color: '#B2BD40'

red 178 ◦ green 189 ◦ blue 64

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

Shades of Celery #B2BD40

Tints of Celery #B2BD40

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

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

R = 41.3%
G = 43.85%
B = 14.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#B2BD40 (or 0xB2BD40) is known color: Celery. HEX triplet: B2, BD and 40. RGB value is (178,189,64). Sum of RGB (Red+Green+Blue) = 178+189+64=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD40 is #4D42BF. Grayscale: #ABABAB. Windows color (decimal): -5063360 or 4242866. OLE color: 4242866.

HSL color Cylindrical-coordinate representation of color #B2BD40: hue angle of 65.28º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2BD40 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 64 -
CMYK 0.06 0 0.66 0.26
HSL 65.28º 0.49% 0.5% -
HSV(B) 65.28º 0.66% 0.74% -
XYZ 37.48 46.23 11.8 -
YUV 171.46 67.36 132.66 -
System Red Green Blue C M Y K H S L
Decimal 178 189 64 0.06 0 0.66 0.26 65.28 0.49 0.5
Hex B2 BD 40 6 0 42 1A 41 31 32
Octal 262 275 100 6 0 102 32 101 61 62
Binary 10110010 10111101 1000000 110 0 1000010 11010 1000001 110001 110010

Color Harmonies of #B2BD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD40

Black with #B2BD40

Text Example


Text Example

White with #B2BD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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