Html Css Color HEX #B2BF3A Celery

📋 copy color: '#B2BF3A'

red 178 ◦ green 191 ◦ blue 58

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

Shades of Celery #B2BF3A

Tints of Celery #B2BF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.58%

R = 41.69%
G = 44.73%
B = 13.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#B2BF3A (or 0xB2BF3A) is known color: Celery. HEX triplet: B2, BF and 3A. RGB value is (178,191,58). Sum of RGB (Red+Green+Blue) = 178+191+58=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF3A is #4D40C5. Grayscale: #ACACAC. Windows color (decimal): -5062854 or 3850162. OLE color: 3850162.

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

Color convert

RGB 178 191 58 -
CMYK 0.07 0 0.70 0.25
HSL 65.86º 0.53% 0.49% -
HSV(B) 65.86º 0.7% 0.75% -
XYZ 37.75 47.03 11.09 -
YUV 171.95 63.69 132.31 -
System Red Green Blue C M Y K H S L
Decimal 178 191 58 0.07 0 0.70 0.25 65.86 0.53 0.49
Hex B2 BF 3A 7 0 46 19 42 35 31
Octal 262 277 72 7 0 106 31 102 65 61
Binary 10110010 10111111 111010 111 0 1000110 11001 1000010 110101 110001

Color Harmonies of #B2BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF3A

Black with #B2BF3A

Text Example


Text Example

White with #B2BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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