Html Css Color HEX #BCBF52 Celery

📋 copy color: '#BCBF52'

red 188 ◦ green 191 ◦ blue 82

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

Shades of Celery #BCBF52

Tints of Celery #BCBF52

RGB

 RED value IS 188 (73.83% from 255) = 40.78%

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

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

R = 40.78%
G = 41.43%
B = 17.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BCBF52 (or 0xBCBF52) is known color: Celery. HEX triplet: BC, BF and 52. RGB value is (188,191,82). Sum of RGB (Red+Green+Blue) = 188+191+82=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF52 is #4340AD. Grayscale: #B2B2B2. Windows color (decimal): -4407470 or 5423036. OLE color: 5423036.

HSL color Cylindrical-coordinate representation of color #BCBF52: hue angle of 61.65º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCBF52 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 191 82 -
CMYK 0.02 0 0.57 0.25
HSL 61.65º 0.46% 0.54% -
HSV(B) 61.65º 0.57% 0.75% -
XYZ 40.89 48.56 15.2 -
YUV 177.68 74.01 135.36 -
System Red Green Blue C M Y K H S L
Decimal 188 191 82 0.02 0 0.57 0.25 61.65 0.46 0.54
Hex BC BF 52 2 0 39 19 3E 2E 36
Octal 274 277 122 2 0 71 31 76 56 66
Binary 10111100 10111111 1010010 10 0 111001 11001 111110 101110 110110

Color Harmonies of #BCBF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF52

Black with #BCBF52

Text Example


Text Example

White with #BCBF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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