Html Css Color HEX #BCBF3A Celery

📋 copy color: '#BCBF3A'

red 188 ◦ green 191 ◦ blue 58

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

Shades of Celery #BCBF3A

Tints of Celery #BCBF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.27%

R = 43.02%
G = 43.71%
B = 13.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BCBF3A (or 0xBCBF3A) is known color: Celery. HEX triplet: BC, BF and 3A. RGB value is (188,191,58). Sum of RGB (Red+Green+Blue) = 188+191+58=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF3A is #4340C5. Grayscale: #AFAFAF. Windows color (decimal): -4407494 or 3850172. OLE color: 3850172.

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

Color convert

RGB 188 191 58 -
CMYK 0.02 0 0.70 0.25
HSL 61.35º 0.53% 0.49% -
HSV(B) 61.35º 0.7% 0.75% -
XYZ 40.13 48.26 11.2 -
YUV 174.94 62.01 137.31 -
System Red Green Blue C M Y K H S L
Decimal 188 191 58 0.02 0 0.70 0.25 61.35 0.53 0.49
Hex BC BF 3A 2 0 46 19 3D 35 31
Octal 274 277 72 2 0 106 31 75 65 61
Binary 10111100 10111111 111010 10 0 1000110 11001 111101 110101 110001

Color Harmonies of #BCBF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF3A

Black with #BCBF3A

Text Example


Text Example

White with #BCBF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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