Html Css Color HEX #B7D402 La Rioja

📋 copy color: '#B7D402'

red 183 ◦ green 212 ◦ blue 2

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

Shades of La Rioja #B7D402

Tints of La Rioja #B7D402

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.4%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 46.1%
G = 53.4%
B = 0.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#B7D402 (or 0xB7D402) is known color: La Rioja. HEX triplet: B7, D4 and 02. RGB value is (183,212,2). Sum of RGB (Red+Green+Blue) = 183+212+2=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 212 (83.20% from 255 or 53.40% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D402 is #482BFD. Grayscale: #B4B4B4. Windows color (decimal): -4729854 or 185527. OLE color: 185527.

HSL color Cylindrical-coordinate representation of color #B7D402: hue angle of 68.29º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7D402 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 183 212 2 -
CMYK 0.14 0 0.99 0.17
HSL 68.29º 0.98% 0.42% -
HSV(B) 68.29º 0.99% 0.83% -
XYZ 43.08 57.16 8.82 -
YUV 179.39 27.89 130.58 -
System Red Green Blue C M Y K H S L
Decimal 183 212 2 0.14 0 0.99 0.17 68.29 0.98 0.42
Hex B7 D4 2 E 0 63 11 44 62 2A
Octal 267 324 2 16 0 143 21 104 142 52
Binary 10110111 11010100 10 1110 0 1100011 10001 1000100 1100010 101010

Color Harmonies of #B7D402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D402

Black with #B7D402

Text Example


Text Example

White with #B7D402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D402; }

 p { color: rgb(183,212,2); }

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

background-color css

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

 a { background-color: rgb(183,212,2); }

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

border-color css

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

 span { border-color: rgb(183,212,2); }

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