Html Css Color HEX #BCBF3F Celery

📋 copy color: '#BCBF3F'

red 188 ◦ green 191 ◦ blue 63

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

Shades of Celery #BCBF3F

Tints of Celery #BCBF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.25%

R = 42.53%
G = 43.21%
B = 14.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BCBF3F (or 0xBCBF3F) is known color: Celery. HEX triplet: BC, BF and 3F. RGB value is (188,191,63). Sum of RGB (Red+Green+Blue) = 188+191+63=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF3F is #4340C0. Grayscale: #B0B0B0. Windows color (decimal): -4407489 or 4177852. OLE color: 4177852.

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

Color convert

RGB 188 191 63 -
CMYK 0.02 0 0.67 0.25
HSL 61.41º 0.5% 0.5% -
HSV(B) 61.41º 0.67% 0.75% -
XYZ 40.27 48.31 11.91 -
YUV 175.51 64.51 136.91 -
System Red Green Blue C M Y K H S L
Decimal 188 191 63 0.02 0 0.67 0.25 61.41 0.5 0.5
Hex BC BF 3F 2 0 43 19 3D 32 32
Octal 274 277 77 2 0 103 31 75 62 62
Binary 10111100 10111111 111111 10 0 1000011 11001 111101 110010 110010

Color Harmonies of #BCBF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF3F

Black with #BCBF3F

Text Example


Text Example

White with #BCBF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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