Html Css Color HEX #B2BD42 Celery

📋 copy color: '#B2BD42'

red 178 ◦ green 189 ◦ blue 66

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

Shades of Celery #B2BD42

Tints of Celery #B2BD42

RGB

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

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

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

R = 41.11%
G = 43.65%
B = 15.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#B2BD42 (or 0xB2BD42) is known color: Celery. HEX triplet: B2, BD and 42. RGB value is (178,189,66). Sum of RGB (Red+Green+Blue) = 178+189+66=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD42 is #4D42BD. Grayscale: #ACACAC. Windows color (decimal): -5063358 or 4373938. OLE color: 4373938.

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

Color convert

RGB 178 189 66 -
CMYK 0.06 0 0.65 0.26
HSL 65.37º 0.48% 0.5% -
HSV(B) 65.37º 0.65% 0.74% -
XYZ 37.54 46.25 12.1 -
YUV 171.69 68.36 132.5 -
System Red Green Blue C M Y K H S L
Decimal 178 189 66 0.06 0 0.65 0.26 65.37 0.48 0.5
Hex B2 BD 42 6 0 41 1A 41 30 32
Octal 262 275 102 6 0 101 32 101 60 62
Binary 10110010 10111101 1000010 110 0 1000001 11010 1000001 110000 110010

Color Harmonies of #B2BD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD42

Black with #B2BD42

Text Example


Text Example

White with #B2BD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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