Html Css Color HEX #B7D01A Rio Grande

📋 copy color: '#B7D01A'

red 183 ◦ green 208 ◦ blue 26

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

Shades of Rio Grande #B7D01A

Tints of Rio Grande #B7D01A

RGB

 RED value IS 183 (71.88% from 255) = 43.88%

 GREEN value IS 208 (81.64% from 255) = 49.88%

 BLUE value IS 26 (10.55% from 255) = 6.24%

R = 43.88%
G = 49.88%
B = 6.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#B7D01A (or 0xB7D01A) is known color: Rio Grande. HEX triplet: B7, D0 and 1A. RGB value is (183,208,26). Sum of RGB (Red+Green+Blue) = 183+208+26=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 26 (10.55% from 255 or 6.24% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D01A is #482FE5. Grayscale: #B4B4B4. Windows color (decimal): -4730854 or 1757367. OLE color: 1757367.

HSL color Cylindrical-coordinate representation of color #B7D01A: hue angle of 68.24º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7D01A is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 208 26 -
CMYK 0.12 0 0.88 0.18
HSL 68.24º 0.78% 0.46% -
HSV(B) 68.24º 0.88% 0.82% -
XYZ 42.27 55.25 9.41 -
YUV 179.78 41.22 130.3 -
System Red Green Blue C M Y K H S L
Decimal 183 208 26 0.12 0 0.88 0.18 68.24 0.78 0.46
Hex B7 D0 1A C 0 58 12 44 4E 2E
Octal 267 320 32 14 0 130 22 104 116 56
Binary 10110111 11010000 11010 1100 0 1011000 10010 1000100 1001110 101110

Color Harmonies of #B7D01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D01A

Black with #B7D01A

Text Example


Text Example

White with #B7D01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D01A; }

 p { color: rgb(183,208,26); }

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

background-color css

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

 a { background-color: rgb(183,208,26); }

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

border-color css

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

 span { border-color: rgb(183,208,26); }

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