Html Css Color HEX #BED952 Conifer

📋 copy color: '#BED952'

red 190 ◦ green 217 ◦ blue 82

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

Shades of Conifer #BED952

Tints of Conifer #BED952

RGB

 RED value IS 190 (74.61% from 255) = 38.85%

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

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

R = 38.85%
G = 44.38%
B = 16.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#BED952 (or 0xBED952) is known color: Conifer. HEX triplet: BE, D9 and 52. RGB value is (190,217,82). Sum of RGB (Red+Green+Blue) = 190+217+82=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #BED952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED952 is #4126AD. Grayscale: #C2C2C2. Windows color (decimal): -4269742 or 5429694. OLE color: 5429694.

HSL color Cylindrical-coordinate representation of color #BED952: hue angle of 72º 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 #BED952 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 82 -
CMYK 0.12 0 0.62 0.15
HSL 72º 0.64% 0.59% -
HSV(B) 72º 0.62% 0.85% -
XYZ 47.57 61.18 17.28 -
YUV 193.54 65.05 125.48 -
System Red Green Blue C M Y K H S L
Decimal 190 217 82 0.12 0 0.62 0.15 72 0.64 0.59
Hex BE D9 52 C 0 3E F 48 40 3B
Octal 276 331 122 14 0 76 17 110 100 73
Binary 10111110 11011001 1010010 1100 0 111110 1111 1001000 1000000 111011

Color Harmonies of #BED952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED952

Black with #BED952

Text Example


Text Example

White with #BED952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED952; }

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

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

background-color css

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

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

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

border-color css

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

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

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