Html Css Color HEX #BECA23 Rio Grande

📋 copy color: '#BECA23'

red 190 ◦ green 202 ◦ blue 35

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

Shades of Rio Grande #BECA23

Tints of Rio Grande #BECA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.2%

R = 44.5%
G = 47.31%
B = 8.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#BECA23 (or 0xBECA23) is known color: Rio Grande. HEX triplet: BE, CA and 23. RGB value is (190,202,35). Sum of RGB (Red+Green+Blue) = 190+202+35=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 35 (14.06% from 255 or 8.20% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECA23 is #4135DC. Grayscale: #B4B4B4. Windows color (decimal): -4273629 or 2345662. OLE color: 2345662.

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

Color convert

RGB 190 202 35 -
CMYK 0.06 0 0.83 0.21
HSL 64.31º 0.7% 0.46% -
HSV(B) 64.31º 0.83% 0.79% -
XYZ 42.66 53.31 9.63 -
YUV 179.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 190 202 35 0.06 0 0.83 0.21 64.31 0.7 0.46
Hex BE CA 23 6 0 53 15 40 46 2E
Octal 276 312 43 6 0 123 25 100 106 56
Binary 10111110 11001010 100011 110 0 1010011 10101 1000000 1000110 101110

Color Harmonies of #BECA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA23

Black with #BECA23

Text Example


Text Example

White with #BECA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA23; }

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

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

background-color css

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

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

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

border-color css

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

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

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