Html Css Color HEX #B4BF5A Celery

📋 copy color: '#B4BF5A'

red 180 ◦ green 191 ◦ blue 90

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

Shades of Celery #B4BF5A

Tints of Celery #B4BF5A

RGB

 RED value IS 180 (70.7% from 255) = 39.05%

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

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

R = 39.05%
G = 41.43%
B = 19.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#B4BF5A (or 0xB4BF5A) is known color: Celery. HEX triplet: B4, BF and 5A. RGB value is (180,191,90). Sum of RGB (Red+Green+Blue) = 180+191+90=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF5A is #4B40A5. Grayscale: #B0B0B0. Windows color (decimal): -4931750 or 5947316. OLE color: 5947316.

HSL color Cylindrical-coordinate representation of color #B4BF5A: hue angle of 66.53º 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 #B4BF5A is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 191 90 -
CMYK 0.06 0 0.53 0.25
HSL 66.53º 0.44% 0.55% -
HSV(B) 66.53º 0.53% 0.75% -
XYZ 39.3 47.7 16.81 -
YUV 176.2 79.36 130.71 -
System Red Green Blue C M Y K H S L
Decimal 180 191 90 0.06 0 0.53 0.25 66.53 0.44 0.55
Hex B4 BF 5A 6 0 35 19 43 2C 37
Octal 264 277 132 6 0 65 31 103 54 67
Binary 10110100 10111111 1011010 110 0 110101 11001 1000011 101100 110111

Color Harmonies of #B4BF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF5A

Black with #B4BF5A

Text Example


Text Example

White with #B4BF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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