Html Css Color HEX #BCBF55 Celery

📋 copy color: '#BCBF55'

red 188 ◦ green 191 ◦ blue 85

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

Shades of Celery #BCBF55

Tints of Celery #BCBF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.32%

R = 40.52%
G = 41.16%
B = 18.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BCBF55 (or 0xBCBF55) is known color: Celery. HEX triplet: BC, BF and 55. RGB value is (188,191,85). Sum of RGB (Red+Green+Blue) = 188+191+85=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF55 is #4340AA. Grayscale: #B2B2B2. Windows color (decimal): -4407467 or 5619644. OLE color: 5619644.

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

Color convert

RGB 188 191 85 -
CMYK 0.02 0 0.55 0.25
HSL 61.7º 0.45% 0.54% -
HSV(B) 61.7º 0.55% 0.75% -
XYZ 41.01 48.61 15.82 -
YUV 178.02 75.51 135.12 -
System Red Green Blue C M Y K H S L
Decimal 188 191 85 0.02 0 0.55 0.25 61.7 0.45 0.54
Hex BC BF 55 2 0 37 19 3E 2D 36
Octal 274 277 125 2 0 67 31 76 55 66
Binary 10111100 10111111 1010101 10 0 110111 11001 111110 101101 110110

Color Harmonies of #BCBF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF55

Black with #BCBF55

Text Example


Text Example

White with #BCBF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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