Html Css Color HEX #BCDA60 Conifer

📋 copy color: '#BCDA60'

red 188 ◦ green 218 ◦ blue 96

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

Shades of Conifer #BCDA60

Tints of Conifer #BCDA60

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.43%

 BLUE value IS 96 (37.89% from 255) = 19.12%

R = 37.45%
G = 43.43%
B = 19.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#BCDA60 (or 0xBCDA60) is known color: Conifer. HEX triplet: BC, DA and 60. RGB value is (188,218,96). Sum of RGB (Red+Green+Blue) = 188+218+96=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA60 is #43259F. Grayscale: #C3C3C3. Windows color (decimal): -4400544 or 6347452. OLE color: 6347452.

HSL color Cylindrical-coordinate representation of color #BCDA60: hue angle of 74.75º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCDA60 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 96 -
CMYK 0.14 0 0.56 0.15
HSL 74.75º 0.62% 0.62% -
HSV(B) 74.75º 0.56% 0.85% -
XYZ 47.92 61.68 20.45 -
YUV 195.12 72.06 122.92 -
System Red Green Blue C M Y K H S L
Decimal 188 218 96 0.14 0 0.56 0.15 74.75 0.62 0.62
Hex BC DA 60 E 0 38 F 4B 3E 3E
Octal 274 332 140 16 0 70 17 113 76 76
Binary 10111100 11011010 1100000 1110 0 111000 1111 1001011 111110 111110

Color Harmonies of #BCDA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA60

Black with #BCDA60

Text Example


Text Example

White with #BCDA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA60; }

 p { color: rgb(188,218,96); }

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

background-color css

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

 a { background-color: rgb(188,218,96); }

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

border-color css

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

 span { border-color: rgb(188,218,96); }

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