Html Css Color HEX #BECD1D Rio Grande

📋 copy color: '#BECD1D'

red 190 ◦ green 205 ◦ blue 29

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

Shades of Rio Grande #BECD1D

Tints of Rio Grande #BECD1D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.35%

 BLUE value IS 29 (11.72% from 255) = 6.84%

R = 44.81%
G = 48.35%
B = 6.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#BECD1D (or 0xBECD1D) is known color: Rio Grande. HEX triplet: BE, CD and 1D. RGB value is (190,205,29). Sum of RGB (Red+Green+Blue) = 190+205+29=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD1D is #4132E2. Grayscale: #B5B5B5. Windows color (decimal): -4272867 or 1953214. OLE color: 1953214.

HSL color Cylindrical-coordinate representation of color #BECD1D: hue angle of 65.11º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BECD1D is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 29 -
CMYK 0.07 0 0.86 0.20
HSL 65.11º 0.75% 0.46% -
HSV(B) 65.11º 0.86% 0.8% -
XYZ 43.29 54.7 9.44 -
YUV 180.45 42.53 134.81 -
System Red Green Blue C M Y K H S L
Decimal 190 205 29 0.07 0 0.86 0.20 65.11 0.75 0.46
Hex BE CD 1D 7 0 56 14 41 4B 2E
Octal 276 315 35 7 0 126 24 101 113 56
Binary 10111110 11001101 11101 111 0 1010110 10100 1000001 1001011 101110

Color Harmonies of #BECD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD1D

Black with #BECD1D

Text Example


Text Example

White with #BECD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD1D; }

 p { color: rgb(190,205,29); }

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

background-color css

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

 a { background-color: rgb(190,205,29); }

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

border-color css

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

 span { border-color: rgb(190,205,29); }

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