Html Css Color HEX #BFC152 Celery

📋 copy color: '#BFC152'

red 191 ◦ green 193 ◦ blue 82

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

Shades of Celery #BFC152

Tints of Celery #BFC152

RGB

 RED value IS 191 (75% from 255) = 40.99%

 GREEN value IS 193 (75.78% from 255) = 41.42%

 BLUE value IS 82 (32.42% from 255) = 17.6%

R = 40.99%
G = 41.42%
B = 17.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#BFC152 (or 0xBFC152) is known color: Celery. HEX triplet: BF, C1 and 52. RGB value is (191,193,82). Sum of RGB (Red+Green+Blue) = 191+193+82=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC152 is #403EAD. Grayscale: #B4B4B4. Windows color (decimal): -4210350 or 5423551. OLE color: 5423551.

HSL color Cylindrical-coordinate representation of color #BFC152: hue angle of 61.08º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFC152 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 82 -
CMYK 0.01 0 0.58 0.24
HSL 61.08º 0.47% 0.54% -
HSV(B) 61.08º 0.58% 0.76% -
XYZ 42.08 49.83 15.38 -
YUV 179.75 72.84 136.03 -
System Red Green Blue C M Y K H S L
Decimal 191 193 82 0.01 0 0.58 0.24 61.08 0.47 0.54
Hex BF C1 52 1 0 3A 18 3D 2F 36
Octal 277 301 122 1 0 72 30 75 57 66
Binary 10111111 11000001 1010010 1 0 111010 11000 111101 101111 110110

Color Harmonies of #BFC152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC152

Black with #BFC152

Text Example


Text Example

White with #BFC152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC152; }

 p { color: rgb(191,193,82); }

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

background-color css

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

 a { background-color: rgb(191,193,82); }

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

border-color css

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

 span { border-color: rgb(191,193,82); }

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