Html Css Color HEX #BCC64B Celery

📋 copy color: '#BCC64B'

red 188 ◦ green 198 ◦ blue 75

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

Shades of Celery #BCC64B

Tints of Celery #BCC64B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.95%

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

R = 40.78%
G = 42.95%
B = 16.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#BCC64B (or 0xBCC64B) is known color: Celery. HEX triplet: BC, C6 and 4B. RGB value is (188,198,75). Sum of RGB (Red+Green+Blue) = 188+198+75=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC64B is #4339B4. Grayscale: #B5B5B5. Windows color (decimal): -4405685 or 4966076. OLE color: 4966076.

HSL color Cylindrical-coordinate representation of color #BCC64B: hue angle of 64.88º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCC64B is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 75 -
CMYK 0.05 0 0.62 0.22
HSL 64.88º 0.52% 0.54% -
HSV(B) 64.88º 0.62% 0.78% -
XYZ 42.2 51.59 14.39 -
YUV 180.99 68.19 133 -
System Red Green Blue C M Y K H S L
Decimal 188 198 75 0.05 0 0.62 0.22 64.88 0.52 0.54
Hex BC C6 4B 5 0 3E 16 41 34 36
Octal 274 306 113 5 0 76 26 101 64 66
Binary 10111100 11000110 1001011 101 0 111110 10110 1000001 110100 110110

Color Harmonies of #BCC64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC64B

Black with #BCC64B

Text Example


Text Example

White with #BCC64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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