Html Css Color HEX #BCC54B Celery

📋 copy color: '#BCC54B'

red 188 ◦ green 197 ◦ blue 75

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

Shades of Celery #BCC54B

Tints of Celery #BCC54B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.83%

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

R = 40.87%
G = 42.83%
B = 16.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#BCC54B (or 0xBCC54B) is known color: Celery. HEX triplet: BC, C5 and 4B. RGB value is (188,197,75). Sum of RGB (Red+Green+Blue) = 188+197+75=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC54B is #433AB4. Grayscale: #B4B4B4. Windows color (decimal): -4405941 or 4965820. OLE color: 4965820.

HSL color Cylindrical-coordinate representation of color #BCC54B: hue angle of 64.43º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCC54B is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 75 -
CMYK 0.05 0 0.62 0.23
HSL 64.43º 0.51% 0.53% -
HSV(B) 64.43º 0.62% 0.77% -
XYZ 41.98 51.13 14.31 -
YUV 180.4 68.52 133.42 -
System Red Green Blue C M Y K H S L
Decimal 188 197 75 0.05 0 0.62 0.23 64.43 0.51 0.53
Hex BC C5 4B 5 0 3E 17 40 33 35
Octal 274 305 113 5 0 76 27 100 63 65
Binary 10111100 11000101 1001011 101 0 111110 10111 1000000 110011 110101

Color Harmonies of #BCC54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC54B

Black with #BCC54B

Text Example


Text Example

White with #BCC54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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