Html Css Color HEX #BCDC62 Conifer

📋 copy color: '#BCDC62'

red 188 ◦ green 220 ◦ blue 98

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

Shades of Conifer #BCDC62

Tints of Conifer #BCDC62

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.48%

 BLUE value IS 98 (38.67% from 255) = 19.37%

R = 37.15%
G = 43.48%
B = 19.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#BCDC62 (or 0xBCDC62) is known color: Conifer. HEX triplet: BC, DC and 62. RGB value is (188,220,98). Sum of RGB (Red+Green+Blue) = 188+220+98=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC62 is #43239D. Grayscale: #C4C4C4. Windows color (decimal): -4400030 or 6479036. OLE color: 6479036.

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

Color convert

RGB 188 220 98 -
CMYK 0.15 0 0.55 0.14
HSL 75.74º 0.64% 0.62% -
HSV(B) 75.74º 0.55% 0.86% -
XYZ 48.54 62.76 21.11 -
YUV 196.52 72.4 121.92 -
System Red Green Blue C M Y K H S L
Decimal 188 220 98 0.15 0 0.55 0.14 75.74 0.64 0.62
Hex BC DC 62 F 0 37 E 4C 40 3E
Octal 274 334 142 17 0 67 16 114 100 76
Binary 10111100 11011100 1100010 1111 0 110111 1110 1001100 1000000 111110

Color Harmonies of #BCDC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC62

Black with #BCDC62

Text Example


Text Example

White with #BCDC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC62; }

 p { color: rgb(188,220,98); }

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

background-color css

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

 a { background-color: rgb(188,220,98); }

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

border-color css

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

 span { border-color: rgb(188,220,98); }

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