Html Css Color HEX #BCD952 Conifer

📋 copy color: '#BCD952'

red 188 ◦ green 217 ◦ blue 82

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

Shades of Conifer #BCD952

Tints of Conifer #BCD952

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.56%

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

R = 38.6%
G = 44.56%
B = 16.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#BCD952 (or 0xBCD952) is known color: Conifer. HEX triplet: BC, D9 and 52. RGB value is (188,217,82). Sum of RGB (Red+Green+Blue) = 188+217+82=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD952 is #4326AD. Grayscale: #C1C1C1. Windows color (decimal): -4400814 or 5429692. OLE color: 5429692.

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

Color convert

RGB 188 217 82 -
CMYK 0.13 0 0.62 0.15
HSL 72.89º 0.64% 0.59% -
HSV(B) 72.89º 0.62% 0.85% -
XYZ 47.07 60.93 17.26 -
YUV 192.94 65.39 124.48 -
System Red Green Blue C M Y K H S L
Decimal 188 217 82 0.13 0 0.62 0.15 72.89 0.64 0.59
Hex BC D9 52 D 0 3E F 49 40 3B
Octal 274 331 122 15 0 76 17 111 100 73
Binary 10111100 11011001 1010010 1101 0 111110 1111 1001001 1000000 111011

Color Harmonies of #BCD952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD952

Black with #BCD952

Text Example


Text Example

White with #BCD952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD952; }

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

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

background-color css

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

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

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

border-color css

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

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

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