Html Css Color HEX #B2BD3B Celery

📋 copy color: '#B2BD3B'

red 178 ◦ green 189 ◦ blue 59

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

Shades of Celery #B2BD3B

Tints of Celery #B2BD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.85%

R = 41.78%
G = 44.37%
B = 13.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#B2BD3B (or 0xB2BD3B) is known color: Celery. HEX triplet: B2, BD and 3B. RGB value is (178,189,59). Sum of RGB (Red+Green+Blue) = 178+189+59=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD3B is #4D42C4. Grayscale: #ABABAB. Windows color (decimal): -5063365 or 3915186. OLE color: 3915186.

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

Color convert

RGB 178 189 59 -
CMYK 0.06 0 0.69 0.26
HSL 65.08º 0.52% 0.49% -
HSV(B) 65.08º 0.69% 0.74% -
XYZ 37.35 46.18 11.08 -
YUV 170.89 64.86 133.07 -
System Red Green Blue C M Y K H S L
Decimal 178 189 59 0.06 0 0.69 0.26 65.08 0.52 0.49
Hex B2 BD 3B 6 0 45 1A 41 34 31
Octal 262 275 73 6 0 105 32 101 64 61
Binary 10110010 10111101 111011 110 0 1000101 11010 1000001 110100 110001

Color Harmonies of #B2BD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD3B

Black with #B2BD3B

Text Example


Text Example

White with #B2BD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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