Html Css Color HEX #BCB84B Celery

📋 copy color: '#BCB84B'

red 188 ◦ green 184 ◦ blue 75

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

Shades of Celery #BCB84B

Tints of Celery #BCB84B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.16%

 BLUE value IS 75 (29.69% from 255) = 16.78%

R = 42.06%
G = 41.16%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BCB84B (or 0xBCB84B) is known color: Celery. HEX triplet: BC, B8 and 4B. RGB value is (188,184,75). Sum of RGB (Red+Green+Blue) = 188+184+75=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB84B is #4347B4. Grayscale: #ADADAD. Windows color (decimal): -4409269 or 4962492. OLE color: 4962492.

HSL color Cylindrical-coordinate representation of color #BCB84B: hue angle of 57.88º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCB84B is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 184 75 -
CMYK 0 0.02 0.60 0.26
HSL 57.88º 0.46% 0.52% -
HSV(B) 57.88º 0.6% 0.74% -
XYZ 39.15 45.48 13.37 -
YUV 172.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 188 184 75 0 0.02 0.60 0.26 57.88 0.46 0.52
Hex BC B8 4B 0 2 3C 1A 3A 2E 34
Octal 274 270 113 0 2 74 32 72 56 64
Binary 10111100 10111000 1001011 0 10 111100 11010 111010 101110 110100

Color Harmonies of #BCB84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB84B

Black with #BCB84B

Text Example


Text Example

White with #BCB84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB84B; }

 p { color: rgb(188,184,75); }

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

background-color css

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

 a { background-color: rgb(188,184,75); }

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

border-color css

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

 span { border-color: rgb(188,184,75); }

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