Html Css Color HEX #BEDE64 Conifer

📋 copy color: '#BEDE64'

red 190 ◦ green 222 ◦ blue 100

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

Shades of Conifer #BEDE64

Tints of Conifer #BEDE64

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.36%

 BLUE value IS 100 (39.45% from 255) = 19.53%

R = 37.11%
G = 43.36%
B = 19.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#BEDE64 (or 0xBEDE64) is known color: Conifer. HEX triplet: BE, DE and 64. RGB value is (190,222,100). Sum of RGB (Red+Green+Blue) = 190+222+100=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE64 is #41219B. Grayscale: #C6C6C6. Windows color (decimal): -4268444 or 6610622. OLE color: 6610622.

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

Color convert

RGB 190 222 100 -
CMYK 0.14 0 0.55 0.13
HSL 75.74º 0.65% 0.63% -
HSV(B) 75.74º 0.55% 0.87% -
XYZ 49.66 64.11 21.81 -
YUV 198.52 72.4 121.92 -
System Red Green Blue C M Y K H S L
Decimal 190 222 100 0.14 0 0.55 0.13 75.74 0.65 0.63
Hex BE DE 64 E 0 37 D 4C 41 3F
Octal 276 336 144 16 0 67 15 114 101 77
Binary 10111110 11011110 1100100 1110 0 110111 1101 1001100 1000001 111111

Color Harmonies of #BEDE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE64

Black with #BEDE64

Text Example


Text Example

White with #BEDE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE64; }

 p { color: rgb(190,222,100); }

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

background-color css

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

 a { background-color: rgb(190,222,100); }

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

border-color css

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

 span { border-color: rgb(190,222,100); }

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