Html Css Color HEX #BED84B Conifer

📋 copy color: '#BED84B'

red 190 ◦ green 216 ◦ blue 75

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

Shades of Conifer #BED84B

Tints of Conifer #BED84B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.91%

 BLUE value IS 75 (29.69% from 255) = 15.59%

R = 39.5%
G = 44.91%
B = 15.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#BED84B (or 0xBED84B) is known color: Conifer. HEX triplet: BE, D8 and 4B. RGB value is (190,216,75). Sum of RGB (Red+Green+Blue) = 190+216+75=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #BED84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED84B is #4127B4. Grayscale: #C0C0C0. Windows color (decimal): -4270005 or 4970686. OLE color: 4970686.

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

Color convert

RGB 190 216 75 -
CMYK 0.12 0 0.65 0.15
HSL 71.06º 0.64% 0.57% -
HSV(B) 71.06º 0.65% 0.85% -
XYZ 47.06 60.57 15.87 -
YUV 192.15 61.89 126.46 -
System Red Green Blue C M Y K H S L
Decimal 190 216 75 0.12 0 0.65 0.15 71.06 0.64 0.57
Hex BE D8 4B C 0 41 F 47 40 39
Octal 276 330 113 14 0 101 17 107 100 71
Binary 10111110 11011000 1001011 1100 0 1000001 1111 1000111 1000000 111001

Color Harmonies of #BED84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED84B

Black with #BED84B

Text Example


Text Example

White with #BED84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED84B; }

 p { color: rgb(190,216,75); }

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

background-color css

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

 a { background-color: rgb(190,216,75); }

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

border-color css

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

 span { border-color: rgb(190,216,75); }

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