Html Css Color HEX #BEDA48 Conifer

📋 copy color: '#BEDA48'

red 190 ◦ green 218 ◦ blue 72

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

Shades of Conifer #BEDA48

Tints of Conifer #BEDA48

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.42%

 BLUE value IS 72 (28.52% from 255) = 15%

R = 39.58%
G = 45.42%
B = 15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#BEDA48 (or 0xBEDA48) is known color: Conifer. HEX triplet: BE, DA and 48. RGB value is (190,218,72). Sum of RGB (Red+Green+Blue) = 190+218+72=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA48 is #4125B7. Grayscale: #C1C1C1. Windows color (decimal): -4269496 or 4774590. OLE color: 4774590.

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

Color convert

RGB 190 218 72 -
CMYK 0.13 0 0.67 0.15
HSL 71.51º 0.66% 0.57% -
HSV(B) 71.51º 0.67% 0.85% -
XYZ 47.48 61.56 15.51 -
YUV 192.98 59.72 125.87 -
System Red Green Blue C M Y K H S L
Decimal 190 218 72 0.13 0 0.67 0.15 71.51 0.66 0.57
Hex BE DA 48 D 0 43 F 48 42 39
Octal 276 332 110 15 0 103 17 110 102 71
Binary 10111110 11011010 1001000 1101 0 1000011 1111 1001000 1000010 111001

Color Harmonies of #BEDA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA48

Black with #BEDA48

Text Example


Text Example

White with #BEDA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA48; }

 p { color: rgb(190,218,72); }

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

background-color css

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

 a { background-color: rgb(190,218,72); }

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

border-color css

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

 span { border-color: rgb(190,218,72); }

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