Html Css Color HEX #B2BF5A Celery

📋 copy color: '#B2BF5A'

red 178 ◦ green 191 ◦ blue 90

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

Shades of Celery #B2BF5A

Tints of Celery #B2BF5A

RGB

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

 GREEN value IS 191 (75% from 255) = 41.61%

 BLUE value IS 90 (35.55% from 255) = 19.61%

R = 38.78%
G = 41.61%
B = 19.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#B2BF5A (or 0xB2BF5A) is known color: Celery. HEX triplet: B2, BF and 5A. RGB value is (178,191,90). Sum of RGB (Red+Green+Blue) = 178+191+90=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF5A is #4D40A5. Grayscale: #AFAFAF. Windows color (decimal): -5062822 or 5947314. OLE color: 5947314.

HSL color Cylindrical-coordinate representation of color #B2BF5A: hue angle of 67.72º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2BF5A is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 90 -
CMYK 0.07 0 0.53 0.25
HSL 67.72º 0.44% 0.55% -
HSV(B) 67.72º 0.53% 0.75% -
XYZ 38.84 47.46 16.79 -
YUV 175.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 178 191 90 0.07 0 0.53 0.25 67.72 0.44 0.55
Hex B2 BF 5A 7 0 35 19 44 2C 37
Octal 262 277 132 7 0 65 31 104 54 67
Binary 10110010 10111111 1011010 111 0 110101 11001 1000100 101100 110111

Color Harmonies of #B2BF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF5A

Black with #B2BF5A

Text Example


Text Example

White with #B2BF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF5A; }

 p { color: rgb(178,191,90); }

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

background-color css

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

 a { background-color: rgb(178,191,90); }

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

border-color css

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

 span { border-color: rgb(178,191,90); }

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