Html Css Color HEX #BCCD4B Celery

📋 copy color: '#BCCD4B'

red 188 ◦ green 205 ◦ blue 75

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

Shades of Celery #BCCD4B

Tints of Celery #BCCD4B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.8%

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

R = 40.17%
G = 43.8%
B = 16.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#BCCD4B (or 0xBCCD4B) is known color: Celery. HEX triplet: BC, CD and 4B. RGB value is (188,205,75). Sum of RGB (Red+Green+Blue) = 188+205+75=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD4B is #4332B4. Grayscale: #B9B9B9. Windows color (decimal): -4403893 or 4967868. OLE color: 4967868.

HSL color Cylindrical-coordinate representation of color #BCCD4B: hue angle of 67.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCCD4B is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 75 -
CMYK 0.08 0 0.63 0.20
HSL 67.85º 0.57% 0.55% -
HSV(B) 67.85º 0.63% 0.8% -
XYZ 43.84 54.86 14.94 -
YUV 185.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 188 205 75 0.08 0 0.63 0.20 67.85 0.57 0.55
Hex BC CD 4B 8 0 3F 14 44 39 37
Octal 274 315 113 10 0 77 24 104 71 67
Binary 10111100 11001101 1001011 1000 0 111111 10100 1000100 111001 110111

Color Harmonies of #BCCD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD4B

Black with #BCCD4B

Text Example


Text Example

White with #BCCD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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