Html Css Color HEX #BCDD52 Conifer

📋 copy color: '#BCDD52'

red 188 ◦ green 221 ◦ blue 82

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

Shades of Conifer #BCDD52

Tints of Conifer #BCDD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.01%

 BLUE value IS 82 (32.42% from 255) = 16.7%

R = 38.29%
G = 45.01%
B = 16.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#BCDD52 (or 0xBCDD52) is known color: Conifer. HEX triplet: BC, DD and 52. RGB value is (188,221,82). Sum of RGB (Red+Green+Blue) = 188+221+82=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD52 is #4322AD. Grayscale: #C3C3C3. Windows color (decimal): -4399790 or 5430716. OLE color: 5430716.

HSL color Cylindrical-coordinate representation of color #BCDD52: hue angle of 74.24º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCDD52 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 82 -
CMYK 0.15 0 0.63 0.13
HSL 74.24º 0.67% 0.59% -
HSV(B) 74.24º 0.63% 0.87% -
XYZ 48.12 63.01 17.61 -
YUV 195.29 64.07 122.8 -
System Red Green Blue C M Y K H S L
Decimal 188 221 82 0.15 0 0.63 0.13 74.24 0.67 0.59
Hex BC DD 52 F 0 3F D 4A 43 3B
Octal 274 335 122 17 0 77 15 112 103 73
Binary 10111100 11011101 1010010 1111 0 111111 1101 1001010 1000011 111011

Color Harmonies of #BCDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD52

Black with #BCDD52

Text Example


Text Example

White with #BCDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD52; }

 p { color: rgb(188,221,82); }

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

background-color css

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

 a { background-color: rgb(188,221,82); }

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

border-color css

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

 span { border-color: rgb(188,221,82); }

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