Html Css Color HEX #BFC552 Celery

📋 copy color: '#BFC552'

red 191 ◦ green 197 ◦ blue 82

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

Shades of Celery #BFC552

Tints of Celery #BFC552

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.91%

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

R = 40.64%
G = 41.91%
B = 17.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#BFC552 (or 0xBFC552) is known color: Celery. HEX triplet: BF, C5 and 52. RGB value is (191,197,82). Sum of RGB (Red+Green+Blue) = 191+197+82=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC552 is #403AAD. Grayscale: #B6B6B6. Windows color (decimal): -4209326 or 5424575. OLE color: 5424575.

HSL color Cylindrical-coordinate representation of color #BFC552: hue angle of 63.13º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFC552 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 197 82 -
CMYK 0.03 0 0.58 0.23
HSL 63.13º 0.5% 0.55% -
HSV(B) 63.13º 0.58% 0.77% -
XYZ 42.98 51.62 15.68 -
YUV 182.1 71.51 134.35 -
System Red Green Blue C M Y K H S L
Decimal 191 197 82 0.03 0 0.58 0.23 63.13 0.5 0.55
Hex BF C5 52 3 0 3A 17 3F 32 37
Octal 277 305 122 3 0 72 27 77 62 67
Binary 10111111 11000101 1010010 11 0 111010 10111 111111 110010 110111

Color Harmonies of #BFC552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC552

Black with #BFC552

Text Example


Text Example

White with #BFC552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC552; }

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

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

background-color css

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

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

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

border-color css

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

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

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