Html Css Color HEX #B2BD39 Celery

📋 copy color: '#B2BD39'

red 178 ◦ green 189 ◦ blue 57

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

Shades of Celery #B2BD39

Tints of Celery #B2BD39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.44%

R = 41.98%
G = 44.58%
B = 13.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#B2BD39 (or 0xB2BD39) is known color: Celery. HEX triplet: B2, BD and 39. RGB value is (178,189,57). Sum of RGB (Red+Green+Blue) = 178+189+57=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD39 is #4D42C6. Grayscale: #ABABAB. Windows color (decimal): -5063367 or 3784114. OLE color: 3784114.

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

Color convert

RGB 178 189 57 -
CMYK 0.06 0 0.70 0.26
HSL 65º 0.54% 0.48% -
HSV(B) 65º 0.7% 0.74% -
XYZ 37.3 46.16 10.81 -
YUV 170.66 63.86 133.23 -
System Red Green Blue C M Y K H S L
Decimal 178 189 57 0.06 0 0.70 0.26 65 0.54 0.48
Hex B2 BD 39 6 0 46 1A 41 36 30
Octal 262 275 71 6 0 106 32 101 66 60
Binary 10110010 10111101 111001 110 0 1000110 11010 1000001 110110 110000

Color Harmonies of #B2BD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD39

Black with #B2BD39

Text Example


Text Example

White with #B2BD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD39; }

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

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

background-color css

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

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

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

border-color css

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

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

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