Html Css Color HEX #B2BF3D Celery

📋 copy color: '#B2BF3D'

red 178 ◦ green 191 ◦ blue 61

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

Shades of Celery #B2BF3D

Tints of Celery #B2BF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.19%

R = 41.4%
G = 44.42%
B = 14.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#B2BF3D (or 0xB2BF3D) is known color: Celery. HEX triplet: B2, BF and 3D. RGB value is (178,191,61). Sum of RGB (Red+Green+Blue) = 178+191+61=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF3D is #4D40C2. Grayscale: #ACACAC. Windows color (decimal): -5062851 or 4046770. OLE color: 4046770.

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

Color convert

RGB 178 191 61 -
CMYK 0.07 0 0.68 0.25
HSL 66º 0.52% 0.49% -
HSV(B) 66º 0.68% 0.75% -
XYZ 37.83 47.06 11.51 -
YUV 172.29 65.19 132.07 -
System Red Green Blue C M Y K H S L
Decimal 178 191 61 0.07 0 0.68 0.25 66 0.52 0.49
Hex B2 BF 3D 7 0 44 19 42 34 31
Octal 262 277 75 7 0 104 31 102 64 61
Binary 10110010 10111111 111101 111 0 1000100 11001 1000010 110100 110001

Color Harmonies of #B2BF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF3D

Black with #B2BF3D

Text Example


Text Example

White with #B2BF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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