Html Css Color HEX #BECA25 Rio Grande

📋 copy color: '#BECA25'

red 190 ◦ green 202 ◦ blue 37

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

Shades of Rio Grande #BECA25

Tints of Rio Grande #BECA25

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.09%

 BLUE value IS 37 (14.84% from 255) = 8.62%

R = 44.29%
G = 47.09%
B = 8.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#BECA25 (or 0xBECA25) is known color: Rio Grande. HEX triplet: BE, CA and 25. RGB value is (190,202,37). Sum of RGB (Red+Green+Blue) = 190+202+37=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECA25 is #4135DA. Grayscale: #B4B4B4. Windows color (decimal): -4273627 or 2476734. OLE color: 2476734.

HSL color Cylindrical-coordinate representation of color #BECA25: hue angle of 64.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BECA25 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 37 -
CMYK 0.06 0 0.82 0.21
HSL 64.36º 0.69% 0.47% -
HSV(B) 64.36º 0.82% 0.79% -
XYZ 42.69 53.32 9.79 -
YUV 179.6 47.52 135.42 -
System Red Green Blue C M Y K H S L
Decimal 190 202 37 0.06 0 0.82 0.21 64.36 0.69 0.47
Hex BE CA 25 6 0 52 15 40 45 2F
Octal 276 312 45 6 0 122 25 100 105 57
Binary 10111110 11001010 100101 110 0 1010010 10101 1000000 1000101 101111

Color Harmonies of #BECA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA25

Black with #BECA25

Text Example


Text Example

White with #BECA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA25; }

 p { color: rgb(190,202,37); }

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

background-color css

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

 a { background-color: rgb(190,202,37); }

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

border-color css

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

 span { border-color: rgb(190,202,37); }

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