Html Css Color HEX #BCCC41 Celery

📋 copy color: '#BCCC41'

red 188 ◦ green 204 ◦ blue 65

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

Shades of Celery #BCCC41

Tints of Celery #BCCC41

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.64%

 BLUE value IS 65 (25.78% from 255) = 14.22%

R = 41.14%
G = 44.64%
B = 14.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#BCCC41 (or 0xBCCC41) is known color: Celery. HEX triplet: BC, CC and 41. RGB value is (188,204,65). Sum of RGB (Red+Green+Blue) = 188+204+65=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC41 is #4333BE. Grayscale: #B7B7B7. Windows color (decimal): -4404159 or 4312252. OLE color: 4312252.

HSL color Cylindrical-coordinate representation of color #BCCC41: hue angle of 66.91º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCCC41 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 65 -
CMYK 0.08 0 0.68 0.2
HSL 66.91º 0.58% 0.53% -
HSV(B) 66.91º 0.68% 0.8% -
XYZ 43.29 54.26 13.19 -
YUV 183.37 61.2 131.3 -
System Red Green Blue C M Y K H S L
Decimal 188 204 65 0.08 0 0.68 0.2 66.91 0.58 0.53
Hex BC CC 41 8 0 44 14 43 3A 35
Octal 274 314 101 10 0 104 24 103 72 65
Binary 10111100 11001100 1000001 1000 0 1000100 10100 1000011 111010 110101

Color Harmonies of #BCCC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC41

Black with #BCCC41

Text Example


Text Example

White with #BCCC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC41; }

 p { color: rgb(188,204,65); }

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

background-color css

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

 a { background-color: rgb(188,204,65); }

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

border-color css

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

 span { border-color: rgb(188,204,65); }

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